projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d21dd71
)
(sys_siglist): Protect decl with #ifndef SYS_SIGLIST_DECLARED.
author
Roland McGrath
<roland@gnu.org>
Fri, 11 Feb 1994 02:52:17 +0000
(
02:52
+0000)
committer
Roland McGrath
<roland@gnu.org>
Fri, 11 Feb 1994 02:52:17 +0000
(
02:52
+0000)
src/process.c
patch
|
blob
|
history
diff --git
a/src/process.c
b/src/process.c
index 99412ccc088bbf326d32afcdf4f4f408ee76abcf..6512da71df33a1c91cbd7707be49157fbe646b6d 100644
(file)
--- a/
src/process.c
+++ b/
src/process.c
@@
-131,6
+131,7
@@
extern char *strerror ();
extern char *sys_errlist[];
#endif
+#ifndef SYS_SIGLIST_DECLARED
#ifndef VMS
#ifndef BSD4_1
#ifndef LINUX
@@
-168,6
+169,7
@@
char *sys_siglist[] =
};
#endif
#endif /* VMS */
+#endif /* ! SYS_SIGLIST_DECLARED */
/* t means use pty, nil means use a pipe,
maybe other values to come. */